home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 748 < prev    next >
Encoding:
Text File  |  1996-08-06  |  568 b   |  22 lines

  1. Path: news.cs.hope.edu!vnopstal
  2. From: vnopstal@cs.hope.edu (Michael Van Opstall)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: boolean.h of c++ on unix
  5. Date: 6 Jan 1996 19:59:13 GMT
  6. Organization: Hope College
  7. Message-ID: <4cmkah$kd7@news.cs.hope.edu>
  8. References: <4civv3$cmg@peter.pu.edu.tw>
  9. NNTP-Posting-Host: smaug.cs.hope.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. if it's a standard c++ library, you should do
  13.  
  14. #include <boolean.h> 
  15. ]
  16. instead of 
  17. #include "boolean.h"
  18.  
  19. --
  20. Michael A. Van Opstall  --  vnopstal@cs.hope.edu
  21. http://www.cs.hope.edu/~vnopstal/deal.html - try it
  22.